setIcon(<minecraft:torch>)

setTitle("Let there be torches!")

setDescription("You can now create torches, but they need to be lit with a fire starter or a matchbox! And they will only last one hour (IRL time). Either light them once placed, or light them beforehand in a crafting grid.")

addParent("primitivetechnology:Stone Age/charcoal")

criteria = addCriteria("hasCharcoal", "minecraft:inventory_changed")

criteria.addItem(<realistictorches:torch_unlit>)

setPos(204,0)

alwaysVisible()